Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-visualizations #202754

Open
wants to merge 53 commits into
base: main
Choose a base branch
from

Conversation

gsoldevila
Copy link
Contributor

@gsoldevila gsoldevila commented Dec 3, 2024

Summary

This PR aims at relocating some of the Kibana modules (plugins and packages) into a new folder structure, according to the Sustainable Kibana Architecture initiative.

Important

  • We kindly ask you to:
    • Manually fix the errors in the error section below (if there are any).
    • Search for the packages[\/\\] and plugins[\/\\] patterns in the source code (Babel and Eslint config files), and update them appropriately.
    • Manually review .buildkite/scripts/pipelines/pull_request/pipeline.ts to ensure that any CI pipeline customizations continue to be correctly applied after the changed path names
    • Review all of the updated files, specially the .ts and .js files listed in the sections below, as some of them contain relative paths that have been updated.
    • Think of potential impact of the move, including tooling and configuration files that can be pointing to the relocated modules. E.g.:
      • customised eslint rules
      • docs pointing to source code

Note

This PR has been auto-generated.
Do not attempt to push any changes unless you know what you are doing.
Please use #sustainable_kibana_architecture Slack channel for feedback.

29 plugin(s) are going to be relocated:

Id Target folder
@kbn/charts-plugin src/platform/plugins/shared/charts
@kbn/data-plugin src/platform/plugins/shared/data
@kbn/event-annotation-listing-plugin src/platform/plugins/private/event_annotation_listing
@kbn/event-annotation-plugin src/platform/plugins/private/event_annotation
@kbn/expression-gauge-plugin src/platform/plugins/shared/chart_expressions/expression_gauge
@kbn/expression-heatmap-plugin src/platform/plugins/shared/chart_expressions/expression_heatmap
@kbn/expression-legacy-metric-vis-plugin src/platform/plugins/shared/chart_expressions/expression_legacy_metric
@kbn/expression-metric-vis-plugin src/platform/plugins/shared/chart_expressions/expression_metric
@kbn/expression-partition-vis-plugin src/platform/plugins/shared/chart_expressions/expression_partition_vis
@kbn/expression-tagcloud-plugin src/platform/plugins/shared/chart_expressions/expression_tagcloud
@kbn/expression-xy-plugin src/platform/plugins/shared/chart_expressions/expression_xy
@kbn/expressions-plugin src/platform/plugins/shared/expressions
@kbn/graph-plugin x-pack/platform/plugins/private/graph
@kbn/lens-plugin x-pack/platform/plugins/shared/lens
@kbn/unified-search-plugin src/platform/plugins/shared/unified_search
@kbn/url-forwarding-plugin src/platform/plugins/private/url_forwarding
@kbn/vis-default-editor-plugin src/platform/plugins/private/vis_default_editor
@kbn/vis-type-gauge-plugin src/platform/plugins/private/vis_types/gauge
@kbn/vis-type-heatmap-plugin src/platform/plugins/private/vis_types/heatmap
@kbn/vis-type-metric-plugin src/platform/plugins/private/vis_types/metric
@kbn/vis-type-pie-plugin src/platform/plugins/private/vis_types/pie
@kbn/vis-type-table-plugin src/platform/plugins/private/vis_types/table
@kbn/vis-type-tagcloud-plugin src/platform/plugins/private/vis_types/tagcloud
@kbn/vis-type-timelion-plugin src/platform/plugins/private/vis_types/timelion
@kbn/vis-type-timeseries-plugin src/platform/plugins/shared/vis_types/timeseries
@kbn/vis-type-vega-plugin src/platform/plugins/private/vis_types/vega
@kbn/vis-type-vislib-plugin src/platform/plugins/private/vis_types/vislib
@kbn/vis-type-xy-plugin src/platform/plugins/private/vis_types/xy
@kbn/visualizations-plugin src/platform/plugins/shared/visualizations

18 package(s) are going to be relocated:

Id Target folder
@kbn/calculate-width-from-char-count src/platform/packages/shared/kbn-calculate-width-from-char-count
@kbn/chart-expressions-common src/platform/packages/chart-expressions-common
@kbn/chart-icons src/platform/packages/shared/kbn-chart-icons
@kbn/coloring src/platform/packages/shared/kbn-coloring
@kbn/data-service src/platform/packages/shared/kbn-data-service
@kbn/dom-drag-drop src/platform/packages/shared/kbn-dom-drag-drop
@kbn/event-annotation-common src/platform/packages/shared/kbn-event-annotation-common
@kbn/event-annotation-components src/platform/packages/shared/kbn-event-annotation-components
@kbn/interpreter src/platform/packages/shared/kbn-interpreter
@kbn/lens-formula-docs src/platform/packages/private/kbn-lens-formula-docs
@kbn/managed-content-badge src/platform/packages/private/kbn-managed-content-badge
@kbn/random-sampling x-pack/platform/packages/private/kbn-random-sampling
@kbn/sort-predicates src/platform/packages/shared/kbn-sort-predicates
@kbn/timelion-grammar src/platform/packages/private/kbn-timelion-grammar
@kbn/tinymath src/platform/packages/private/kbn-tinymath
@kbn/transpose-utils src/platform/packages/private/kbn-transpose-utils
@kbn/visualization-ui-components src/platform/packages/shared/kbn-visualization-ui-components
@kbn/visualization-utils src/platform/packages/shared/kbn-visualization-utils
Updated references
./.eslintignore
./.eslintrc.js
./.github/paths-labeller.yml
./.i18nrc.json
./docs/developer/architecture/core/elasticsearch-service.asciidoc
./docs/developer/architecture/development-visualize-index.asciidoc
./docs/developer/best-practices/index.asciidoc
./docs/developer/plugin-list.asciidoc
./examples/controls_example/tsconfig.type_check.json
./examples/data_view_field_editor_example/tsconfig.type_check.json
./examples/discover_customization_examples/tsconfig.type_check.json
./examples/embeddable_examples/tsconfig.type_check.json
./examples/esql_ast_inspector/tsconfig.type_check.json
./examples/esql_validation_example/tsconfig.type_check.json
./examples/expressions_explorer/tsconfig.type_check.json
./examples/field_formats_example/tsconfig.type_check.json
./examples/partial_results_example/tsconfig.type_check.json
./examples/portable_dashboards_example/tsconfig.type_check.json
./examples/response_stream/tsconfig.type_check.json
./examples/search_examples/public/plugin.ts
./examples/search_examples/tsconfig.type_check.json
./examples/state_containers_examples/tsconfig.type_check.json
./examples/unified_doc_viewer/tsconfig.type_check.json
./examples/unified_field_list_examples/tsconfig.type_check.json
./package.json
./packages/kbn-alerts-ui-shared/tsconfig.type_check.json
./packages/kbn-docs-utils/src/build_api_declarations/extract_import_refs.test.ts
./packages/kbn-docs-utils/src/utils.ts
./packages/kbn-eslint-plugin-i18n/helpers/get_i18n_identifier_from_file_path.test.ts
./packages/kbn-event-annotation-common/tsconfig.type_check.json
./packages/kbn-event-annotation-components/tsconfig.type_check.json
./packages/kbn-lens-embeddable-utils/tsconfig.type_check.json
./packages/kbn-repo-packages/package-map.json
./packages/kbn-repo-source-classifier/src/repo_source_classifier.ts
./packages/kbn-securitysolution-autocomplete/src/autocomplete/index.mock.ts
./packages/kbn-securitysolution-autocomplete/src/fields/index.mock.ts
./packages/kbn-securitysolution-autocomplete/src/filter_field_to_list/index.ts
./packages/kbn-securitysolution-autocomplete/src/hooks/use_field_value_autocomplete/index.test.ts
./packages/kbn-securitysolution-autocomplete/src/hooks/use_field_value_autocomplete/index.ts
./packages/kbn-securitysolution-list-utils/src/helpers/index.ts
./packages/kbn-sort-predicates/tsconfig.type_check.json
./packages/kbn-synthetic-package-map/synthetic-packages.json
./packages/kbn-text-based-editor/tsconfig.type_check.json
./packages/kbn-ts-projects/config-paths.json
./packages/kbn-visualization-ui-components/tsconfig.type_check.json
./src/dev/build/tasks/package_json/find_used_dependencies.ts
./src/dev/code_coverage/ingest_coverage/__tests__/enumerate_patterns.test.js
./src/dev/code_coverage/ingest_coverage/__tests__/mocks/team_assign_mock.txt
./src/dev/code_coverage/ingest_coverage/__tests__/transforms.test.js
./src/dev/code_coverage/ingest_coverage/integration_tests/mocks/jest-combined/bulk-data.json
./src/dev/storybook/aliases.ts
./src/platform/packages/private/kbn-lens-formula-docs/jest.config.js
./src/platform/packages/private/kbn-managed-content-badge/jest.config.js
./src/platform/packages/private/kbn-tinymath/README.md
./src/platform/packages/private/kbn-tinymath/jest.config.js
./src/platform/packages/private/kbn-transpose-utils/jest.config.js
./src/platform/packages/shared/chart-expressions-common/jest.config.js
./src/platform/packages/shared/kbn-calculate-width-from-char-count/jest.config.js
./src/platform/packages/shared/kbn-chart-icons/jest.config.js
./src/platform/packages/shared/kbn-coloring/jest.config.js
./src/platform/packages/shared/kbn-coloring/tsconfig.type_check.json
./src/platform/packages/shared/kbn-data-service/jest.config.js
./src/platform/packages/shared/kbn-data-service/tsconfig.type_check.json
./src/platform/packages/shared/kbn-data-view-utils/tsconfig.type_check.json
./src/platform/packages/shared/kbn-dom-drag-drop/jest.config.js
./src/platform/packages/shared/kbn-esql-utils/tsconfig.type_check.json
./src/platform/packages/shared/kbn-event-annotation-common/jest.config.js
./src/platform/packages/shared/kbn-event-annotation-components/jest.config.js
./src/platform/packages/shared/kbn-event-annotation-components/tsconfig.type_check.json
./src/platform/packages/shared/kbn-field-utils/tsconfig.type_check.json
./src/platform/packages/shared/kbn-interpreter/jest.config.js
./src/platform/packages/shared/kbn-sort-predicates/jest.config.js
./src/platform/packages/shared/kbn-unified-data-table/tsconfig.type_check.json
./src/platform/packages/shared/kbn-unified-doc-viewer/tsconfig.type_check.json
./src/platform/packages/shared/kbn-unified-field-list/tsconfig.type_check.json
./src/platform/packages/shared/kbn-visualization-ui-components/jest.config.js
./src/platform/packages/shared/kbn-visualization-utils/jest.config.js
./src/platform/plugins/private/event_annotation/jest.config.js
./src/platform/plugins/private/event_annotation/tsconfig.type_check.json
./src/platform/plugins/private/event_annotation_listing/jest.config.js
./src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json
./src/platform/plugins/private/url_forwarding/jest.config.js
./src/platform/plugins/private/vis_default_editor/jest.config.js
./src/platform/plugins/private/vis_types/gauge/jest.config.js
./src/platform/plugins/private/vis_types/heatmap/jest.config.js
./src/platform/plugins/private/vis_types/metric/jest.config.js
./src/platform/plugins/private/vis_types/pie/jest.config.js
./src/platform/plugins/private/vis_types/table/jest.config.js
./src/platform/plugins/private/vis_types/tagcloud/jest.config.js
./src/platform/plugins/private/vis_types/timelion/jest.config.js
./src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json
./src/platform/plugins/private/vis_types/vega/jest.config.js
./src/platform/plugins/private/vis_types/vislib/jest.config.js
./src/platform/plugins/private/vis_types/xy/jest.config.js
./src/platform/plugins/shared/chart_expressions/expression_gauge/jest.config.js
./src/platform/plugins/shared/chart_expressions/expression_heatmap/jest.config.js
./src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json
./src/platform/plugins/shared/chart_expressions/expression_legacy_metric/jest.config.js
./src/platform/plugins/shared/chart_expressions/expression_metric/jest.config.js
./src/platform/plugins/shared/chart_expressions/expression_partition_vis/jest.config.js
./src/platform/plugins/shared/chart_expressions/expression_tagcloud/jest.config.js
./src/platform/plugins/shared/chart_expressions/expression_xy/jest.config.js
./src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json
./src/platform/plugins/shared/charts/jest.config.js
./src/platform/plugins/shared/charts/tsconfig.type_check.json
./src/platform/plugins/shared/data/jest.config.js
./src/platform/plugins/shared/data/tsconfig.type_check.json
./src/platform/plugins/shared/discover/tsconfig.type_check.json
./src/platform/plugins/shared/expressions/README.asciidoc
./src/platform/plugins/shared/expressions/jest.config.js
./src/platform/plugins/shared/expressions/tsconfig.type_check.json
./src/platform/plugins/shared/unified_histogram/tsconfig.type_check.json
./src/platform/plugins/shared/unified_search/jest.config.js
./src/platform/plugins/shared/vis_types/timeseries/jest.config.js
./src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json
./src/platform/plugins/shared/vis_types/timeseries/types.eslint.config.js
./src/platform/plugins/shared/visualizations/jest.config.js
./src/plugins/chart_expressions/expression_gauge/tsconfig.type_check.json
./src/plugins/chart_expressions/expression_heatmap/tsconfig.type_check.json
./src/plugins/chart_expressions/expression_legacy_metric/tsconfig.type_check.json
./src/plugins/chart_expressions/expression_metric/tsconfig.type_check.json
./src/plugins/chart_expressions/expression_partition_vis/tsconfig.type_check.json
./src/plugins/chart_expressions/expression_tagcloud/tsconfig.type_check.json
./src/plugins/chart_expressions/expression_xy/tsconfig.type_check.json
./src/plugins/custom_integrations/jest.config.js
./src/plugins/event_annotation/tsconfig.type_check.json
./src/plugins/event_annotation_listing/tsconfig.type_check.json
./src/plugins/unified_search/tsconfig.type_check.json
./src/plugins/vis_default_editor/tsconfig.type_check.json
./src/plugins/vis_types/gauge/tsconfig.type_check.json
./src/plugins/vis_types/metric/tsconfig.type_check.json
./src/plugins/vis_types/pie/tsconfig.type_check.json
./src/plugins/vis_types/tagcloud/tsconfig.type_check.json
./src/plugins/vis_types/timelion/tsconfig.type_check.json
./src/plugins/vis_types/timeseries/public/application/components/aggs/math.js
./src/plugins/vis_types/timeseries/tsconfig.type_check.json
./src/plugins/vis_types/xy/tsconfig.type_check.json
./src/plugins/visualizations/tsconfig.type_check.json
./test/interpreter_functional/plugins/kbn_tp_run_pipeline/tsconfig.type_check.json
./test/plugin_functional/plugins/data_search/tsconfig.type_check.json
./test/plugin_functional/plugins/index_patterns/tsconfig.type_check.json
./test/plugin_functional/plugins/kbn_tp_custom_visualizations/tsconfig.type_check.json
./test/plugin_functional/plugins/session_notifications/tsconfig.type_check.json
./test/tsconfig.type_check.json
./tsconfig.base.json
./tsconfig.base.type_check.json
./tsconfig.refs.json
./x-pack/.i18nrc.json
./x-pack/build/plugin/kibana/x-pack/.i18nrc.json
./x-pack/build/plugin/kibana/x-pack/plugins/actions/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/aiops/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/apm/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/canvas/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/cloud_security_posture/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/cross_cluster_replication/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/dashboard_enhanced/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/data_visualizer/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/discover_enhanced/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/drilldowns/url_drilldown/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/enterprise_search/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/file_upload/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/fleet/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/graph/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/infra/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/kubernetes_security/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/lens/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/lists/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/maps/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/ml/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/monitoring/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/observability/common/utils/get_inspect_response.ts
./x-pack/build/plugin/kibana/x-pack/plugins/observability/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/osquery/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/reporting/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/rollup/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/rule_registry/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/screenshotting/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/security_solution/server/lib/timeline/constants.ts
./x-pack/build/plugin/kibana/x-pack/plugins/security_solution/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/session_view/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/stack_alerts/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/synthetics/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/threat_intelligence/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/timelines/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/transform/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/triggers_actions_ui/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/ux/tsconfig.json
./x-pack/build/plugin/kibana/x-pack/plugins/watcher/tsconfig.json
./x-pack/examples/alerting_example/tsconfig.type_check.json
./x-pack/examples/embedded_lens_example/tsconfig.type_check.json
./x-pack/examples/exploratory_view_example/tsconfig.type_check.json
./x-pack/examples/gen_ai_streaming_response_example/tsconfig.type_check.json
./x-pack/examples/lens_config_builder_example/tsconfig.type_check.json
./x-pack/examples/lens_embeddable_inline_editing_example/tsconfig.type_check.json
./x-pack/examples/testing_embedded_lens/tsconfig.type_check.json
./x-pack/examples/third_party_lens_navigation_prompt/tsconfig.type_check.json
./x-pack/examples/third_party_maps_source_example/tsconfig.type_check.json
./x-pack/examples/third_party_vis_lens_example/tsconfig.type_check.json
./x-pack/examples/triggers_actions_ui_example/tsconfig.type_check.json
./x-pack/packages/kbn-cloud-security-posture/tsconfig.type_check.json
./x-pack/packages/ml/aiops_components/tsconfig.type_check.json
./x-pack/packages/ml/cancellable_search/tsconfig.type_check.json
./x-pack/packages/ml/date_picker/tsconfig.type_check.json
./x-pack/packages/ml/date_utils/src/date_utils.ts
./x-pack/packages/ml/runtime_field_utils/tsconfig.type_check.json
./x-pack/packages/ml/time_buckets/tsconfig.type_check.json
./x-pack/platform/packages/private/kbn-random-sampling/jest.config.js
./x-pack/platform/packages/private/kbn-random-sampling/tsconfig.type_check.json
./x-pack/platform/plugins/private/cross_cluster_replication/tsconfig.type_check.json
./x-pack/platform/plugins/private/discover_enhanced/tsconfig.type_check.json
./x-pack/platform/plugins/private/graph/README.md
./x-pack/platform/plugins/private/graph/jest.config.js
./x-pack/platform/plugins/private/graph/public/components/venn_diagram/vennjs/index.ts
./x-pack/platform/plugins/private/graph/tsconfig.type_check.json
./x-pack/platform/plugins/private/rollup/tsconfig.type_check.json
./x-pack/platform/plugins/private/upgrade_assistant/tsconfig.type_check.json
./x-pack/platform/plugins/private/watcher/tsconfig.type_check.json
./x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json
./x-pack/platform/plugins/shared/lens/jest.config.js
./x-pack/platform/plugins/shared/lens/readme.md
./x-pack/platform/plugins/shared/lens/server/embeddable/make_lens_embeddable_factory.ts
./x-pack/platform/plugins/shared/lens/server/migrations/saved_object_migrations.ts
./x-pack/platform/plugins/shared/lens/tsconfig.type_check.json
./x-pack/plugins/actions/tsconfig.type_check.json
./x-pack/plugins/aiops/tsconfig.type_check.json
./x-pack/plugins/alerting/tsconfig.type_check.json
./x-pack/plugins/cases/public/components/markdown_editor/use_plugins.ts
./x-pack/plugins/cases/tsconfig.type_check.json
./x-pack/plugins/data_visualizer/tsconfig.type_check.json
./x-pack/plugins/elastic_assistant/tsconfig.type_check.json
./x-pack/plugins/enterprise_search/tsconfig.type_check.json
./x-pack/plugins/graph/tsconfig.type_check.json
./x-pack/plugins/integration_assistant/tsconfig.type_check.json
./x-pack/plugins/lens/tsconfig.type_check.json
./x-pack/plugins/lists/tsconfig.type_check.json
./x-pack/plugins/ml/public/application/explorer/explorer_charts/explorer_charts_container.js
./x-pack/plugins/ml/public/application/services/field_format_service.ts
./x-pack/plugins/ml/public/application/util/chart_utils.js
./x-pack/plugins/ml/tsconfig.type_check.json
./x-pack/plugins/monitoring/tsconfig.type_check.json
./x-pack/plugins/observability_solution/apm/tsconfig.type_check.json
./x-pack/plugins/observability_solution/apm_data_access/tsconfig.type_check.json
./x-pack/plugins/observability_solution/dataset_quality/tsconfig.type_check.json
./x-pack/plugins/observability_solution/exploratory_view/tsconfig.type_check.json
./x-pack/plugins/observability_solution/infra/tsconfig.type_check.json
./x-pack/plugins/observability_solution/investigate_app/tsconfig.type_check.json
./x-pack/plugins/observability_solution/logs_data_access/tsconfig.type_check.json
./x-pack/plugins/observability_solution/logs_explorer/tsconfig.type_check.json
./x-pack/plugins/observability_solution/logs_shared/tsconfig.type_check.json
./x-pack/plugins/observability_solution/metrics_data_access/tsconfig.type_check.json
./x-pack/plugins/observability_solution/observability/common/utils/get_inspect_response.ts
./x-pack/plugins/observability_solution/observability/tsconfig.type_check.json
./x-pack/plugins/observability_solution/observability_ai_assistant_app/tsconfig.type_check.json
./x-pack/plugins/observability_solution/observability_logs_explorer/tsconfig.type_check.json
./x-pack/plugins/observability_solution/observability_onboarding/tsconfig.type_check.json
./x-pack/plugins/observability_solution/observability_shared/common/utils/get_inspect_response.ts
./x-pack/plugins/observability_solution/observability_shared/tsconfig.type_check.json
./x-pack/plugins/observability_solution/profiling/tsconfig.type_check.json
./x-pack/plugins/observability_solution/slo/tsconfig.type_check.json
./x-pack/plugins/observability_solution/synthetics/tsconfig.type_check.json
./x-pack/plugins/observability_solution/uptime/tsconfig.type_check.json
./x-pack/plugins/observability_solution/ux/tsconfig.type_check.json
./x-pack/plugins/osquery/tsconfig.type_check.json
./x-pack/plugins/rule_registry/tsconfig.type_check.json
./x-pack/plugins/security_solution/public/common/hooks/use_app_toasts.ts
./x-pack/plugins/security_solution/server/lib/timeline/constants.ts
./x-pack/plugins/security_solution/tsconfig.type_check.json
./x-pack/plugins/serverless_observability/tsconfig.type_check.json
./x-pack/plugins/stack_alerts/tsconfig.type_check.json
./x-pack/plugins/timelines/public/hooks/use_app_toasts.ts
./x-pack/plugins/transform/tsconfig.type_check.json
./x-pack/plugins/triggers_actions_ui/tsconfig.type_check.json
./x-pack/plugins/watcher/public/legacy/time_buckets.js
./x-pack/solutions/security/packages/security-solution/data_table/tsconfig.type_check.json
./x-pack/solutions/security/plugins/threat_intelligence/tsconfig.type_check.json
./x-pack/solutions/security/plugins/timelines/tsconfig.type_check.json
./x-pack/test/functional_with_es_ssl/plugins/cases/tsconfig.type_check.json
./x-pack/test/security_solution_cypress/cypress/tsconfig.type_check.json
./x-pack/test/tsconfig.type_check.json
./x-pack/test_serverless/tsconfig.type_check.json
./yarn.lock
Updated relative paths
src/platform/packages/private/kbn-lens-formula-docs/jest.config.js:12
src/platform/packages/private/kbn-lens-formula-docs/tsconfig.json:2
src/platform/packages/private/kbn-lens-formula-docs/tsconfig.type_check.json:2
src/platform/packages/private/kbn-managed-content-badge/jest.config.js:12
src/platform/packages/private/kbn-managed-content-badge/tsconfig.json:2
src/platform/packages/private/kbn-managed-content-badge/tsconfig.type_check.json:2
src/platform/packages/private/kbn-managed-content-badge/tsconfig.type_check.json:23
src/platform/packages/private/kbn-timelion-grammar/tsconfig.json:2
src/platform/packages/private/kbn-timelion-grammar/tsconfig.type_check.json:2
src/platform/packages/private/kbn-tinymath/jest.config.js:12
src/platform/packages/private/kbn-tinymath/tsconfig.json:2
src/platform/packages/private/kbn-tinymath/tsconfig.type_check.json:2
src/platform/packages/private/kbn-transpose-utils/jest.config.js:12
src/platform/packages/private/kbn-transpose-utils/tsconfig.json:2
src/platform/packages/chart-expressions-common/jest.config.js:12
src/platform/packages/chart-expressions-common/tsconfig.json:2
src/platform/packages/chart-expressions-common/tsconfig.type_check.json:2
src/platform/packages/chart-expressions-common/tsconfig.type_check.json:22
src/platform/packages/chart-expressions-common/tsconfig.type_check.json:25
src/platform/packages/chart-expressions-common/tsconfig.type_check.json:28
src/platform/packages/shared/kbn-calculate-width-from-char-count/jest.config.js:12
src/platform/packages/shared/kbn-calculate-width-from-char-count/tsconfig.json:2
src/platform/packages/shared/kbn-calculate-width-from-char-count/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-chart-icons/jest.config.js:12
src/platform/packages/shared/kbn-chart-icons/tsconfig.json:2
src/platform/packages/shared/kbn-chart-icons/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-coloring/jest.config.js:12
src/platform/packages/shared/kbn-coloring/tsconfig.json:2
src/platform/packages/shared/kbn-coloring/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-coloring/tsconfig.type_check.json:41
src/platform/packages/shared/kbn-data-service/jest.config.js:12
src/platform/packages/shared/kbn-data-service/tsconfig.json:2
src/platform/packages/shared/kbn-data-service/tsconfig.type_check.json:17
src/platform/packages/shared/kbn-data-service/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-data-service/tsconfig.type_check.json:23
src/platform/packages/shared/kbn-data-service/tsconfig.type_check.json:26
src/platform/packages/shared/kbn-data-service/tsconfig.type_check.json:29
src/platform/packages/shared/kbn-dom-drag-drop/jest.config.js:12
src/platform/packages/shared/kbn-dom-drag-drop/tsconfig.json:2
src/platform/packages/shared/kbn-dom-drag-drop/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-event-annotation-common/jest.config.js:12
src/platform/packages/shared/kbn-event-annotation-common/tsconfig.json:2
src/platform/packages/shared/kbn-event-annotation-common/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-event-annotation-common/tsconfig.type_check.json:20
src/platform/packages/shared/kbn-event-annotation-components/jest.config.js:12
src/platform/packages/shared/kbn-event-annotation-components/tsconfig.json:2
src/platform/packages/shared/kbn-event-annotation-components/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-event-annotation-components/tsconfig.type_check.json:36
src/platform/packages/shared/kbn-event-annotation-components/tsconfig.type_check.json:39
src/platform/packages/shared/kbn-event-annotation-components/tsconfig.type_check.json:45
src/platform/packages/shared/kbn-event-annotation-components/tsconfig.type_check.json:54
src/platform/packages/shared/kbn-event-annotation-components/tsconfig.type_check.json:57
src/platform/packages/shared/kbn-interpreter/jest.config.js:12
src/platform/packages/shared/kbn-interpreter/tsconfig.json:2
src/platform/packages/shared/kbn-interpreter/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-sort-predicates/jest.config.js:12
src/platform/packages/shared/kbn-sort-predicates/tsconfig.json:2
src/platform/packages/shared/kbn-sort-predicates/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-sort-predicates/tsconfig.type_check.json:20
src/platform/packages/shared/kbn-sort-predicates/tsconfig.type_check.json:23
src/platform/packages/shared/kbn-visualization-ui-components/jest.config.js:12
src/platform/packages/shared/kbn-visualization-ui-components/tsconfig.json:2
src/platform/packages/shared/kbn-visualization-ui-components/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-visualization-ui-components/tsconfig.type_check.json:25
src/platform/packages/shared/kbn-visualization-ui-components/tsconfig.type_check.json:37
src/platform/packages/shared/kbn-visualization-ui-components/tsconfig.type_check.json:40
src/platform/packages/shared/kbn-visualization-ui-components/tsconfig.type_check.json:43
src/platform/packages/shared/kbn-visualization-ui-components/tsconfig.type_check.json:61
src/platform/packages/shared/kbn-visualization-utils/jest.config.js:12
src/platform/packages/shared/kbn-visualization-utils/tsconfig.json:2
src/platform/packages/shared/kbn-visualization-utils/tsconfig.type_check.json:18
src/platform/packages/shared/kbn-visualization-utils/tsconfig.type_check.json:2
src/platform/packages/shared/kbn-visualization-utils/tsconfig.type_check.json:27
src/platform/plugins/private/event_annotation/jest.config.js:12
src/platform/plugins/private/event_annotation/tsconfig.json:2
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:18
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:2
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:27
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:36
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:39
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:45
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:57
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:60
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:63
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:69
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:72
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:75
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:81
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:84
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:87
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:90
src/platform/plugins/private/event_annotation/tsconfig.type_check.json:93
src/platform/plugins/private/event_annotation_listing/jest.config.js:12
src/platform/plugins/private/event_annotation_listing/tsconfig.json:2
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:102
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:105
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:108
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:111
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:114
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:18
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:2
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:24
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:33
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:45
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:48
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:51
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:57
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:66
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:69
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:78
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:81
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:84
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:87
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:90
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:96
src/platform/plugins/private/event_annotation_listing/tsconfig.type_check.json:99
src/platform/plugins/private/url_forwarding/jest.config.js:12
src/platform/plugins/private/url_forwarding/tsconfig.json:2
src/platform/plugins/private/url_forwarding/tsconfig.type_check.json:16
src/platform/plugins/private/url_forwarding/tsconfig.type_check.json:2
src/platform/plugins/private/vis_default_editor/README.md:8
src/platform/plugins/private/vis_default_editor/jest.config.js:12
src/platform/plugins/private/vis_default_editor/tsconfig.json:2
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:16
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:2
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:40
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:43
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:46
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:52
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:55
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:61
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:64
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:70
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:76
src/platform/plugins/private/vis_default_editor/tsconfig.type_check.json:79
src/platform/plugins/private/vis_types/gauge/jest.config.js:12
src/platform/plugins/private/vis_types/gauge/tsconfig.json:2
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:19
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:22
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:25
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:28
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:31
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:34
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:37
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:40
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:43
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:46
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:49
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:52
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:55
src/platform/plugins/private/vis_types/gauge/tsconfig.type_check.json:58
src/platform/plugins/private/vis_types/heatmap/jest.config.js:12
src/platform/plugins/private/vis_types/heatmap/tsconfig.json:2
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:19
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:22
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:25
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:28
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:31
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:34
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:37
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:40
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:43
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:46
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:49
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:52
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:55
src/platform/plugins/private/vis_types/heatmap/tsconfig.type_check.json:58
src/platform/plugins/private/vis_types/metric/jest.config.js:12
src/platform/plugins/private/vis_types/metric/tsconfig.json:2
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:18
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:21
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:24
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:27
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:30
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:33
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:36
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:39
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:42
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:45
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:48
src/platform/plugins/private/vis_types/metric/tsconfig.type_check.json:51
src/platform/plugins/private/vis_types/pie/jest.config.js:12
src/platform/plugins/private/vis_types/pie/tsconfig.json:2
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:19
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:22
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:25
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:28
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:31
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:34
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:37
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:40
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:43
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:46
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:49
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:52
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:55
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:58
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:61
src/platform/plugins/private/vis_types/pie/tsconfig.type_check.json:64
src/platform/plugins/private/vis_types/table/jest.config.js:12
src/platform/plugins/private/vis_types/table/tsconfig.json:2
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:19
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:22
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:25
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:28
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:31
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:34
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:37
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:40
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:43
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:46
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:49
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:52
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:55
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:58
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:61
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:64
src/platform/plugins/private/vis_types/table/tsconfig.type_check.json:67
src/platform/plugins/private/vis_types/tagcloud/jest.config.js:12
src/platform/plugins/private/vis_types/tagcloud/tsconfig.json:2
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:18
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:21
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:24
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:27
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:30
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:33
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:36
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:39
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:42
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:45
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:48
src/platform/plugins/private/vis_types/tagcloud/tsconfig.type_check.json:51
src/platform/plugins/private/vis_types/timelion/jest.config.js:12
src/platform/plugins/private/vis_types/timelion/tsconfig.json:2
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:20
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:23
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:26
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:29
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:32
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:35
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:38
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:41
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:44
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:47
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:50
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:53
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:56
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:59
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:62
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:65
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:68
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:71
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:74
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:77
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:80
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:83
src/platform/plugins/private/vis_types/timelion/tsconfig.type_check.json:86
src/platform/plugins/private/vis_types/vega/jest.config.js:12
src/platform/plugins/private/vis_types/vega/tsconfig.json:2
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:100
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:22
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:25
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:28
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:31
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:34
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:37
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:40
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:43
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:46
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:49
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:52
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:55
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:58
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:61
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:64
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:67
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:70
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:73
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:76
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:79
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:82
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:85
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:88
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:91
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:94
src/platform/plugins/private/vis_types/vega/tsconfig.type_check.json:97
src/platform/plugins/private/vis_types/vislib/jest.config.js:12
src/platform/plugins/private/vis_types/vislib/tsconfig.json:2
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:22
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:25
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:28
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:31
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:34
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:37
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:49
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:52
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:55
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:58
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:61
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:64
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:67
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:70
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:73
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:76
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:79
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:82
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:85
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:88
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:91
src/platform/plugins/private/vis_types/vislib/tsconfig.type_check.json:94
src/platform/plugins/private/vis_types/xy/jest.config.js:12
src/platform/plugins/private/vis_types/xy/tsconfig.json:2
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:19
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:2
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:22
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:25
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:28
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:31
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:34
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:37
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:40
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:43
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:46
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:49
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:52
src/platform/plugins/private/vis_types/xy/tsconfig.type_check.json:55
src/platform/plugins/shared/chart_expressions/expression_gauge/jest.config.js:12
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.json:2
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:19
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:2
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:22
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:25
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:28
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:31
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:34
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:37
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:40
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:43
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:46
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:49
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:52
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:55
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:58
src/platform/plugins/shared/chart_expressions/expression_gauge/tsconfig.type_check.json:64
src/platform/plugins/shared/chart_expressions/expression_heatmap/jest.config.js:12
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.json:2
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:19
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:2
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:22
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:25
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:28
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:31
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:34
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:37
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:40
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:43
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:46
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:49
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:52
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:55
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:58
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:64
src/platform/plugins/shared/chart_expressions/expression_heatmap/tsconfig.type_check.json:67
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/.storybook/main.js:17
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/jest.config.js:12
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.json:2
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:19
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:2
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:22
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:25
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:28
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:31
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:34
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:37
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:40
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:43
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:46
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:49
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:52
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:55
src/platform/plugins/shared/chart_expressions/expression_legacy_metric/tsconfig.type_check.json:61
src/platform/plugins/shared/chart_expressions/expression_metric/.storybook/main.js:17
src/platform/plugins/shared/chart_expressions/expression_metric/jest.config.js:12
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.json:2
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:19
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:2
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:22
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:25
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:28
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:31
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:34
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:37
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:40
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:43
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:46
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:49
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:52
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:55
src/platform/plugins/shared/chart_expressions/expression_metric/tsconfig.type_check.json:61
src/platform/plugins/shared/chart_expressions/expression_partition_vis/jest.config.js:12
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.json:2
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:19
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:2
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:22
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:25
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:28
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:31
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:34
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:37
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:40
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:43
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:46
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:49
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:52
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:55
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:58
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:61
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:64
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:70
src/platform/plugins/shared/chart_expressions/expression_partition_vis/tsconfig.type_check.json:73
src/platform/plugins/shared/chart_expressions/expression_tagcloud/jest.config.js:12
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.json:2
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:19
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:2
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:22
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:25
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:28
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:31
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:34
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:37
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:40
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:43
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:46
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:49
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:52
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:55
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:61
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:64
src/platform/plugins/shared/chart_expressions/expression_tagcloud/tsconfig.type_check.json:67
src/platform/plugins/shared/chart_expressions/expression_xy/jest.config.js:12
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.json:2
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:19
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:2
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:22
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:25
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:28
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:31
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:34
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:37
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:40
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:43
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:46
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:49
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:52
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:55
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:58
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:61
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:64
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:67
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:70
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:76
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:79
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:82
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:85
src/platform/plugins/shared/chart_expressions/expression_xy/tsconfig.type_check.json:88
src/platform/plugins/shared/charts/jest.config.js:12
src/platform/plugins/shared/charts/tsconfig.json:2
src/platform/plugins/shared/charts/tsconfig.type_check.json:18
src/platform/plugins/shared/charts/tsconfig.type_check.json:2
src/platform/plugins/shared/charts/tsconfig.type_check.json:27
src/platform/plugins/shared/charts/tsconfig.type_check.json:30
src/platform/plugins/shared/charts/tsconfig.type_check.json:33
src/platform/plugins/shared/charts/tsconfig.type_check.json:36
src/platform/plugins/shared/charts/tsconfig.type_check.json:39
src/platform/plugins/shared/charts/tsconfig.type_check.json:42
src/platform/plugins/shared/charts/tsconfig.type_check.json:45
src/platform/plugins/shared/data/jest.config.js:12
src/platform/plugins/shared/data/tsconfig.json:13
src/platform/plugins/shared/data/tsconfig.json:2
src/platform/plugins/shared/data/tsconfig.type_check.json:100
src/platform/plugins/shared/data/tsconfig.type_check.json:103
src/platform/plugins/shared/data/tsconfig.type_check.json:106
src/platform/plugins/shared/data/tsconfig.type_check.json:109
src/platform/plugins/shared/data/tsconfig.type_check.json:112
src/platform/plugins/shared/data/tsconfig.type_check.json:115
src/platform/plugins/shared/data/tsconfig.type_check.json:118
src/platform/plugins/shared/data/tsconfig.type_check.json:121
src/platform/plugins/shared/data/tsconfig.type_check.json:124
src/platform/plugins/shared/data/tsconfig.type_check.json:127
src/platform/plugins/shared/data/tsconfig.type_check.json:130
src/platform/plugins/shared/data/tsconfig.type_check.json:133
src/platform/plugins/shared/data/tsconfig.type_check.json:136
src/platform/plugins/shared/data/tsconfig.type_check.json:139
src/platform/plugins/shared/data/tsconfig.type_check.json:142
src/platform/plugins/shared/data/tsconfig.type_check.json:145
src/platform/plugins/shared/data/tsconfig.type_check.json:15
src/platform/plugins/shared/data/tsconfig.type_check.json:2
src/platform/plugins/shared/data/tsconfig.type_check.json:22
src/platform/plugins/shared/data/tsconfig.type_check.json:58
src/platform/plugins/shared/data/tsconfig.type_check.json:61
src/platform/plugins/shared/data/tsconfig.type_check.json:64
src/platform/plugins/shared/data/tsconfig.type_check.json:67
src/platform/plugins/shared/data/tsconfig.type_check.json:70
src/platform/plugins/shared/data/tsconfig.type_check.json:73
src/platform/plugins/shared/data/tsconfig.type_check.json:76
src/platform/plugins/shared/data/tsconfig.type_check.json:82
src/platform/plugins/shared/data/tsconfig.type_check.json:85
src/platform/plugins/shared/data/tsconfig.type_check.json:88
src/platform/plugins/shared/data/tsconfig.type_check.json:91
src/platform/plugins/shared/data/tsconfig.type_check.json:94
src/platform/plugins/shared/data/tsconfig.type_check.json:97
src/platform/plugins/shared/expressions/jest.config.js:12
src/platform/plugins/shared/expressions/tsconfig.json:2
src/platform/plugins/shared/expressions/tsconfig.type_check.json:19
src/platform/plugins/shared/expressions/tsconfig.type_check.json:2
src/platform/plugins/shared/expressions/tsconfig.type_check.json:31
src/platform/plugins/shared/expressions/tsconfig.type_check.json:34
src/platform/plugins/shared/expressions/tsconfig.type_check.json:37
src/platform/plugins/shared/expressions/tsconfig.type_check.json:40
src/platform/plugins/shared/expressions/tsconfig.type_check.json:43
src/platform/plugins/shared/expressions/tsconfig.type_check.json:46
src/platform/plugins/shared/expressions/tsconfig.type_check.json:49
src/platform/plugins/shared/expressions/tsconfig.type_check.json:52
src/platform/plugins/shared/expressions/tsconfig.type_check.json:55
src/platform/plugins/shared/unified_search/jest.config.js:12
src/platform/plugins/shared/unified_search/tsconfig.json:2
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:102
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:105
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:108
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:111
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:114
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:117
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:120
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:123
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:126
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:129
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:18
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:2
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:42
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:45
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:54
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:57
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:60
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:63
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:66
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:69
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:72
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:75
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:78
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:81
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:84
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:87
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:90
src/platform/plugins/shared/unified_search/tsconfig.type_check.json:99
src/platform/plugins/shared/vis_types/timeseries/jest.config.js:12
src/platform/plugins/shared/vis_types/timeseries/tsconfig.json:11
src/platform/plugins/shared/vis_types/timeseries/tsconfig.json:2
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:102
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:105
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:108
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:111
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:114
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:117
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:120
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:123
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:126
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:13
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:2
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:21
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:24
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:27
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:30
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:33
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:36
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:39
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:42
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:45
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:48
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:51
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:54
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:57
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:60
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:63
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:66
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:69
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:72
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:75
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:78
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:81
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:84
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:87
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:90
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:93
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:96
src/platform/plugins/shared/vis_types/timeseries/tsconfig.type_check.json:99
src/platform/plugins/shared/visualizations/jest.config.js:12
src/platform/plugins/shared/visualizations/tsconfig.json:2
src/platform/plugins/shared/visualizations/tsconfig.json:6
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:103
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:106
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:109
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:112
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:115
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:118
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:12
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:121
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:124
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:127
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:130
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:133
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:139
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:151
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:154
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:157
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:160
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:163
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:166
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:169
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:175
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:178
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:184
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:187
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:19
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:190
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:193
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:196
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:199
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:2
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:202
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:205
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:208
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:211
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:214
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:217
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:220
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:64
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:79
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:82
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:85
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:91
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:94
src/platform/plugins/shared/visualizations/tsconfig.type_check.json:97
x-pack/platform/packages/private/kbn-random-sampling/jest.config.js:10
x-pack/platform/packages/private/kbn-random-sampling/tsconfig.json:2
x-pack/platform/packages/private/kbn-random-sampling/tsconfig.type_check.json:2
x-pack/platform/packages/private/kbn-random-sampling/tsconfig.type_check.json:21
x-pack/platform/packages/private/kbn-random-sampling/tsconfig.type_check.json:24
x-pack/platform/plugins/private/graph/jest.config.js:10
x-pack/platform/plugins/private/graph/tsconfig.json:13
x-pack/platform/plugins/private/graph/tsconfig.json:3
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:102
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:105
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:108
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:111
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:114
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:117
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:120
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:123
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:126
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:129
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:132
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:14
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:2
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:21
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:30
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:33
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:36
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:39
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:42
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:45
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:51
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:54
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:57
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:60
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:63
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:66
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:69
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:72
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:75
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:78
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:81
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:84
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:87
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:90
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:93
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:96
x-pack/platform/plugins/private/graph/tsconfig.type_check.json:99
x-pack/platform/plugins/shared/lens/jest.config.js:10
x-pack/platform/plugins/shared/lens/tsconfig.json:2
x-pack/platform/plugins/shared/lens/tsconfig.json:6
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:101
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:104
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:107
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:110
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:113
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:116
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:119
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:122
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:125
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:128
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:13
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:131
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:134
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:137
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:140
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:143
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:146
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:149
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:152
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:155
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:158
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:161
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:164
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:167
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:170
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:173
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:176
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:179
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:182
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:185
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:188
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:191
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:194
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:197
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:2
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:200
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:203
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:206
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:209
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:212
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:215
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:218
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:221
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:224
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:227
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:23
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:230
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:233
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:236
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:239
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:245
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:248
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:251
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:254
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:257
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:260
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:263
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:266
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:269
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:272
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:275
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:278
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:281
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:284
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:287
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:290
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:293
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:296
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:299
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:302
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:305
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:308
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:311
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:314
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:317
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:320
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:323
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:326
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:332
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:335
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:338
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:341
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:35
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:38
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:41
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:44
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:47
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:50
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:53
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:56
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:59
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:62
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:65
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:68
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:71
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:74
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:77
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:80
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:83
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:86
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:89
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:92
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:95
x-pack/platform/plugins/shared/lens/tsconfig.type_check.json:98
Script errors

Copy link
Contributor

github-actions bot commented Dec 3, 2024

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@gsoldevila gsoldevila added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Visualizations Visualization editors, elastic-charts and infrastructure release_note:skip Skip the PR/issue when compiling release notes backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) labels Dec 3, 2024
@gsoldevila gsoldevila marked this pull request as ready for review December 3, 2024 15:13
@gsoldevila gsoldevila requested review from a team as code owners December 3, 2024 15:13
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-visualizations (Team:Visualizations)

Copy link
Member

@pheyos pheyos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code coverage changes LGTM

Copy link
Contributor

@ryankeairns ryankeairns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SCSS files only

@gsoldevila gsoldevila added backport:skip This commit does not require backporting and removed backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) labels Dec 4, 2024
@gsoldevila gsoldevila force-pushed the kbn-team-1309-move-kibana-visualizations branch from a381a29 to 2a0f7db Compare December 5, 2024 15:28
@gsoldevila gsoldevila force-pushed the kbn-team-1309-move-kibana-visualizations branch from 8b482c7 to f091777 Compare December 9, 2024 15:33
Copy link
Contributor

@nkhristinin nkhristinin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detection changes LGTM.

@elasticmachine
Copy link
Contributor

elasticmachine commented Dec 11, 2024

⏳ Build in-progress, with failures

Failed CI Steps

History

@rudolf rudolf added the plugin groups Relocate all plugins and packages under their respective platform/solution groups label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting plugin groups Relocate all plugins and packages under their respective platform/solution groups release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants